home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / data / geom / axes.list < prev    next >
Text File  |  1993-01-31  |  2KB  |  85 lines

  1. { LIST
  2.   # first, the x, y, and z labels
  3.   { VECT
  4.     5 13 0
  5.     
  6.     2 2 2 3 4
  7.     0 0 0 0 0
  8.     
  9.     # the x:
  10.     1 -.05 .05   1  .05 .25
  11.     1  .05 .05   1 -.05 .25
  12.     
  13.     # the y:
  14.     -.05 1 .25   0  1   .15
  15.      .05 1 .25   0  1   .15   0  1  .05
  16.     
  17.     # the z:
  18.     -.05 .25 1  .05 .25 1   -.05 .05 1   .05  .05  1
  19.     
  20.   }
  21.     
  22.   # make an object to inst.
  23.  
  24.   # now make a list of the 3 instances of oneaxis, one for each axis.
  25.   { LIST
  26.     { appearance {material {edgecolor 1 0 0} }
  27.       INST
  28.         transform
  29.           1 0 0 0
  30.           0 1 0 0
  31.           0 0 1 0
  32.           0 0 0 1
  33.         unit { define oneaxis
  34.           { VECT
  35.             37 74 0
  36.             2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
  37.                  2 2 2 2 2 2 2 2
  38.             0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
  39.                  0 0 0 0 0 0 0 0
  40.       
  41.             -1 0 0   1 0 0      
  42.             -0.9 .05 0 -0.9 -.05 0 -0.9 0 .05 -0.9 0 -.05
  43.             -0.8 .05 0 -0.8 -.05 0 -0.8 0 .05 -0.8 0 -.05
  44.             -0.7 .05 0 -0.7 -.05 0 -0.7 0 .05 -0.7 0 -.05
  45.             -0.6 .05 0 -0.6 -.05 0 -0.6 0 .05 -0.6 0 -.05
  46.             -0.5 .05 0 -0.5 -.05 0 -0.5 0 .05 -0.5 0 -.05
  47.             -0.4 .05 0 -0.4 -.05 0 -0.4 0 .05 -0.4 0 -.05
  48.             -0.3 .05 0 -0.3 -.05 0 -0.3 0 .05 -0.3 0 -.05
  49.             -0.2 .05 0 -0.2 -.05 0 -0.2 0 .05 -0.2 0 -.05
  50.             -0.1 .05 0 -0.1 -.05 0 -0.1 0 .05 -0.1 0 -.05
  51.             0.1 .05 0 0.1 -.05 0 0.1 0 .05 0.1 0 -.05
  52.             0.2 .05 0 0.2 -.05 0 0.2 0 .05 0.2 0 -.05
  53.             0.3 .05 0 0.3 -.05 0 0.3 0 .05 0.3 0 -.05
  54.             0.4 .05 0 0.4 -.05 0 0.4 0 .05 0.4 0 -.05
  55.             0.5 .05 0 0.5 -.05 0 0.5 0 .05 0.5 0 -.05
  56.             0.6 .05 0 0.6 -.05 0 0.6 0 .05 0.6 0 -.05
  57.             0.7 .05 0 0.7 -.05 0 0.7 0 .05 0.7 0 -.05
  58.             0.8 .05 0 0.8 -.05 0 0.8 0 .05 0.8 0 -.05
  59.             0.9 .05 0 0.9 -.05 0 0.9 0 .05 0.9 0 -.05
  60.           }
  61.         }
  62.     }
  63.     { appearance {material {edgecolor 0 1 0} }
  64.       INST
  65.         transform
  66.           0 1 0 0
  67.           0 0 1 0
  68.           1 0 0 0
  69.           0 0 0 1
  70.         unit : oneaxis
  71.     }
  72.     { appearance {material {edgecolor 0 0 1} }
  73.       INST
  74.         transform
  75.           0 0 1 0
  76.           1 0 0 0
  77.           0 1 0 0
  78.           0 0 0 1
  79.         unit : oneaxis
  80.     }
  81.   }
  82.  
  83.  
  84. }
  85.